ComponentOne ASP.NET MVC Controls
ShowInnerPoints Method

C1.Web.Mvc.Fluent Namespace > BoxWhiskerBuilder<T> Class : ShowInnerPoints Method
The value.
Configurates C1.Web.Mvc.BoxWhisker<T>.ShowInnerPoints. Sets a value that determines whether to show the inner points for the Box and Whisker chart.
Syntax
'Declaration
 
Public Function ShowInnerPoints( _
   ByVal value As Boolean _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> ShowInnerPoints( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BoxWhiskerBuilder<T> Class
BoxWhiskerBuilder<T> Members